'data.frame': 6787 obs. of 5 variables:
$ Code : chr "Region/Country/Area" "1" "1" "1" ...
$ Region: chr "" "Total, all countries or areas" "Total, all countries or areas" "Total, all countries or areas" ...
$ Year : chr "Year" "1995" "2005" "2010" ...
$ GDP : chr "Series" "GDP in current prices (millions of US dollars)" "GDP in current prices (millions of US dollars)" "GDP in current prices (millions of US dollars)" ...
$ Value : chr "Value" "31247262.00" "47730924.00" "66461443.00" ...
tibble [1,700 × 7] (S3: tbl_df/tbl/data.frame)
$ Code : int [1:1700] 1 1 1 1 1 1 1 2 2 2 ...
$ Region : chr [1:1700] "Total, all countries or areas" "Total, all countries or areas" "Total, all countries or areas" "Total, all countries or areas" ...
$ Year : int [1:1700] 1995 2005 2010 2015 2018 2019 2020 1995 2005 2010 ...
$ GDP in current prices (millions of US dollars) : num [1:1700] 31247262 47730924 66461443 75133208 86357998 ...
$ GDP per capita (US dollars) : num [1:1700] 5441 7298 9556 10183 11319 ...
$ GDP in constant 2010 prices (millions of US dollars): num [1:1700] 40337094 56429253 64812674 75133208 82263489 ...
$ GDP real rates of growth (percent) : num [1:1700] 3.1 4 4.5 3.1 3.2 2.5 -3.4 2.8 6.2 5.9 ...
[1] "Pop_0_14_percentage"
[2] "Pop_60plus_percentage"
[3] "Pop_density_per_km"
[4] "Total_Pop_midyear_estimates_millions"
[5] "Pop_midyear_estimates_females_millions"
[6] "Pop_midyear_estimates_males_millions"
[7] "Sex_ratio_males_per_100_females"
[8] "Surface_area_thousand_km2"
tibble [1,005 × 10] (S3: tbl_df/tbl/data.frame)
$ T04 : chr [1:1005] "1" "1" "1" "1" ...
$ Population.growth.and.indicators.of.fertility.and.mortality: chr [1:1005] "Total, all countries or areas" "Total, all countries or areas" "Total, all countries or areas" "Total, all countries or areas" ...
$ X : chr [1:1005] "2010" "2015" "2017" "2022" ...
$ Population annual rate of increase (percent) : chr [1:1005] "1.3" "1.2" "1.1" "0.8" ...
$ Total fertility rate (children per women) : chr [1:1005] "2.6" "2.5" "2.5" "2.3" ...
$ Infant mortality for both sexes (per 1,000 live births) : chr [1:1005] "37.1" "31.5" "29.6" "27.5" ...
$ Maternal mortality ratio (deaths per 100,000 population) : chr [1:1005] "253" "225" "218" NA ...
$ Life expectancy at birth for both sexes (years) : chr [1:1005] "70.1" "71.8" "72.3" "71.7" ...
$ Life expectancy at birth for males (years) : chr [1:1005] "67.6" "69.3" "69.8" "69.1" ...
$ Life expectancy at birth for females (years) : chr [1:1005] "72.7" "74.4" "75.0" "74.4" ...
The herein used data can be found in the [United Nations, Department of Economic and Social Affairs (https://unstats.un.org/UNSDWebsite/Publications/StatisticalYearbook/) Statistics]
Countries with ratios < 90 and > 110, were selected for this graph.
Countries rank, showing highest and lowest percentage of population above 60 years.